home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / dictionaries-common / mutt-ispell-init < prev   
Text File  |  2008-06-04  |  1KB  |  27 lines

  1. # File: ispell-init    -*- muttrc -*-
  2. # Description: Mutt initialization for dictionaries-common support
  3. # Author: Rafael LaboissiΦre <rafael@debian.org>
  4. # Created on: Fri Nov 16 18:24:36 CET 2001
  5. # Last modified on: Tue Aug 19 11:07:45 CEST 2003
  6. # $Id: ispell-init,v 1.3 2003-08-19 09:30:39 rafael Exp $
  7.  
  8. # Copyright (C) 2001,2003  Rafael Laboissiere
  9. # This file is part of the Debian dictionaries-common package.
  10. # Released under the terms of the GNU GPL (version 2 or later).
  11. # No warranty.
  12.  
  13. # Usage:
  14. #  Just put 'source /path/to/this/file/mutt-ispell-init' in ~/.muttrc.
  15. #  The `I' key will call the ispell-select script, which uses
  16. #  iselect to interectively choose the ispell dictionary for
  17. #  subsequent spell checkings.  If iselect is not intalled in the system,
  18. #  a fallback rudimentary interface is used.
  19. #
  20. #  Unsetting the wait_key configuration variable is recommended, since
  21. #  a shell-escape function is called.
  22.  
  23. macro generic I "<shell-escape>/usr/bin/select-default-iwrap\n" \
  24.       "Select the default ispell dictionary for use with ispell-wrapper"
  25.  
  26. set ispell = "/usr/bin/ispell-wrapper"
  27.